0% found this document useful (0 votes)
210 views

New Text Document

The document contains SQL queries and PL/SQL code for retrieving and manipulating data from various Oracle tables. It also includes commands for initializing applications and loading concurrent programs and templates.

Uploaded by

santy_prince
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
210 views

New Text Document

The document contains SQL queries and PL/SQL code for retrieving and manipulating data from various Oracle tables. It also includes commands for initializing applications and loading concurrent programs and templates.

Uploaded by

santy_prince
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

begin

FND_GLOBAL.APPS_INITIALIZE(4779,51901,660,0);
end;
select * from FINANCIALS_SYSTEM_PARAMS_ALL
select * from po_rfq_vendors

select * from oe_order_headers_all where order_number=17


select * from OE_ORDER_LINES_ALL where header_ID=1042

select * from PO_REQUISITION_HEADERS_ALL WHERE SEGMENT1='10100111'


select * from PO_REQUISITION_LINES_ALL WHERE REQUISITION_HEADER_id=337
select * from po_req_distributions_all where requisition_line_id in (417,418,419
)

select * from wsh_delivery_details where source_line_id in (1041,1047,1049)


select * from wsh_new_deliveries where delivery_id in (5010,6012)
select * from wsh_delivery_assignments where delivery_detail_id in (12009,12015,
12017)

select *from mtl_demand where demand_source_line in (1041,1047,1049)


select * from mtl_reservations where demand_source_line_id in (1041,1047,1049)

select * from hz_parties where party_name like 'Dubai Customs Expense'


select * from hz_cust_accounts where party_id=1592228
WSH_DELIVERABLES_V
wsh_pick_slip_v

SELECT * FROM HR_OPERATING_UNITS


SELECT * FROM RA_INTERFACE_LINES_ALL WHERE ORG_ID=101

select * from mtl_txn_request_headers


select * from mtl_txn_request_lines
SELECT hzp.party_name, hca.account_number, oh.header_id, oh.order_number,
oh.order_type_id, oh.orig_sys_document_ref req_no, oh.ordered_date,
oh.flow_status_code order_header_status, ol.line_id, ol.line_number, ol.o
rdered_item,
ol.order_quantity_uom, ol.pricing_quantity, ol.shipped_quantity,
ol.unit_selling_price, ol.actual_fulfillment_date,
ol.actual_shipment_date, ol.flow_status_code order_line_status, wdd.inven
tory_item_id,
wdd.item_description, wdd.released_status, wdd.batch_id,
wdd.transaction_id, wda.delivery_id,
(SELECT gcc.concatenated_segments
FROM po_requisition_headers prh,
po_requisition_lines prl,
po_req_distributions prd,
gl_code_combinations_kfv gcc
WHERE ol.source_document_id = prh.requisition_header_id
AND ol.source_document_line_id = prl.requisition_line_id
AND prh.requisition_header_id = prl.requisition_header_id
AND prl.requisition_line_id = prd.requisition_line_id
AND prd.code_combination_id = gcc.code_combination_id)
charge_account,
oh.attribute1,oh.attribute2,oh.attribute3,oh.attribute4
FROM oe_order_headers oh,
oe_order_lines ol,
oe_transaction_types_v ott,
wsh_delivery_details wdd,
wsh_delivery_assignments wda,
hz_parties hzp,
hz_cust_accounts hca
WHERE oh.header_id = ol.header_id
AND ott.transaction_type_id=oh.order_type_id
AND trunc(sysdate) between ott.start_date_active and nvl(ott.end_date_active,
trunc(sysdate))
AND ott.name like '%Internal%Sales%'
AND wdd.source_header_id = oh.header_id
AND wdd.source_line_id = ol.line_id
AND wdd.delivery_detail_id = wda.delivery_detail_id
AND ol.flow_status_code = 'CLOSED'
AND hca.cust_account_id = oh.sold_to_org_id
AND hca.party_id = hzp.party_id
--AND oh.header_id = 1042
--AND oh.header_id between nvl(:P_ORDER_ID_FROM,oh.header_id) and nvl(:P_ORDER_I
D_TO,oh.header_id)
AND wdd.batch_id between nvl(:P_DELIVERY_NO_FROM,wdd.batch_id) and nvl(:P_DELIVE
RY_NO_TO,wdd.batch_id)
select *from oe_transaction_types_v
oe_transaction_types_v
PO_REQUISITION_LINES_INQ_V

select prh.segment1 req_no,oh.header_id,oh.order_number,


oh.ordered_date,oh.flow_status_code,ol.line_id,ol.line_number,
ol.ordered_item,gcc.concatenated_segments,
ol.order_quantity_uom,ol.pricing_quantity,
ol.shipped_quantity,ol.unit_selling_price
from
PO_REQUISITION_HEADERS_ALL prh,
PO_REQUISITION_LINES_ALL prl,
po_req_distributions_all prd,
OE_ORDER_LINES_ALL ol,
oe_order_headers_all oh,
gl_code_combinations_kfv gcc
where
prh.REQUISITION_HEADER_id=prl.REQUISITION_HEADER_id
and prl.requisition_line_id=prd.requisition_line_id
and prd.code_combination_id=gcc.code_combination_id
and prh.REQUISITION_HEADER_id=337
and ol.source_document_id=prh.REQUISITION_HEADER_id
and ol.source_document_line_id=prl.requisition_line_id
and oh.header_id=ol.header_id
--and oh.flow_status_code='BOOKED'
and ol.flow_status_code='CLOSED'
AND oh.header_id between nvl(:P_ORDER_ID_FROM,oh.header_id) and nvl(:P_ORDER_ID_
TO,oh.header_id)

wsh_new_deliveries_v

wsh_deliverables_v

select * from mtl_sales_orders

select name from hz_parties

3063697

f60gen Module=$AU_TOP/forms/US/XXFINSPACEASSN.fmb Userid=apps/apps Module_Type=F


ORM Output_file=$XXFIN_TOP/forms/US/XXFINSPACEASSN.fmx

f60gen Module=XXFZPNDMCCUST.pll Userid=apps/clone Module_Type=LIBRARY Output_fil


e=XXFZPNDMCCUST.plx

f60gen Module=ARXPLCOM.pll Userid=apps/clone Module_Type=LIBRARY Output_file=ARX


PLCOM.plx

f60gen Module=CUSTOM.pll Userid=apps/clone Module_Type=LIBRARY Output_file=CUSTO


M.plx
f60gen Module=XXHRCUST.pll Userid=apps/clone Module_Type=LIBRARY Output_file=XXH
RCUST.plx

f60gen Module=XXFZPNDMCCCUST.pll Userid=apps/clone Module_Type=LIBRARY Output_fi


le=XXFZPNDMCCCUST.plx
XXFZPNDMCCCUST
f60gen Module=CUSTOM.pll Userid=apps/clone Module_Type=LIBRARY Output_file=CUSTO
M.plx

f60gen Module=ASOQTMAN.pll Userid=apps/clone Module_Type=LIBRARY Output_file=ASO


QTMAN.plx

f60gen Module=QOTCMPRM.pll Userid=apps/clone Module_Type=LIBRARY Output_file=QOT


CMPRM.plx
f60gen Module=QOTLNDET.pll Userid=apps/clone Module_Type=LIBRARY Output_file=QOT
LNDET.plx

f60gen Module=$AU_TOP/forms/US/QOTCMPRM.fmb Userid=apps/clone Module_Type=FORM O


utput_file=$AU_TOP/forms/US/QOTCMPRM.fmx
f60gen module=/u02/dwcs/dwcsappl/au/11.5.0/forms/US/QOTHDDET.fmb userid=APPS/***
** output_file=/u02/dwcs/dwcsappl/qot/11.5.0/forms/US/QOTHDDET.fmx module_type=f
orm

f60gen Module=$AU_TOP/forms/US/QOTHDDET.fmb Userid=apps/clone Module_Type=FORM O


utput_file=$AU_TOP/forms/US/QOTHDDET.fmx > a1.log

2901561

6607184

f60gen Module=XXFZPNDMCCCUST.pll Userid=apps/clone Module_Type=LIBRARY Output_fi


le=XXFZPNDMCCCUST.plx
f60gen Module=XXFZPNDMCCUST.pll Userid=apps/clone Module_Type=LIBRARY Output_fil
e=XXFZPNDMCCUST.plx

ICL1-CHI-F4-113 VIJAY NARAYANAN

OE_SO_MASSCHANGE.get_selected_ids
OE_ORDER_ADJ_PVT
OE_ORDER_CONTROL.BOOK_ORDER_BUTTON

PJH902-401C

-- MRF C102182 START


IF lv_err_flag = 'N' THEN
BEGIN
SELECT nvl(to_char(to_date(a.attribute7,'YYYY/MM/DD HH24.MI.SS'),'DD-Mon
-RRRR'),sysdate+1)
into
lv_price_expiry_date
from
XXFIN_PN_FLEX_FIELDS_ALL A,
PN_LOCATIONS_ALL B
where a.property_id=b.location_id
and b.location_code=lv_location_code;
IF lv_price_expiry_date < TRUNC(SYSDATE) THEN
lv_err_flag := 'Y';
lv_err_desc :=
'Price is expired for the location '|| lv_location_code
||'.Please update the price expiry date.';
END IF;
EXCEPTION
WHEN OTHERS
THEN
lv_err_flag := 'Y';
lv_err_desc :=
'Unexpected error while validating price expiry date.'
|| lv_location_code
|| '. Error : '
|| SQLERRM;
END;
END IF;
-- MRF C102182 END

MOHAMED SAAD YOUSIF SAAD ALBUSMAIT


NOORA ABDULHUSSAIN HABIB
MOHAMMAD HASSAN ABDULLATIF MOHAMMAD --

AU_MOHAMED.ALBUSMAIT
AU_NOORA.HABIB
AU_MOHAMMAD.HASSAN

10100186

XXFIN: Bulk Consolidation Report - Banks

ANDB0001110

IM266127
2 acres 29 guntass
8,00,000+2,90,000 = 10,90,000
begin
FND_GLOBAL.APPS_INITIALIZE(20356,50301,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,51806,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50489,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50488,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50487,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50485,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50486,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50484,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50483,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50490,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50481,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50479,240,0);
FND_GLOBAL.APPS_INITIALIZE(20356,50492,240,0);
end;

, to_char(apsa.gl_date,'DD-Mon-YYYY') CHAR_GL_DATE --C103288

F_trx_date1

XXFINR206 - Financial Statement Schedule (GL date)


XXFINFSSGL

FNDLOAD apps/ptydapps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct


XXFINFSSGL.ldt PROGRAM CONCURRENT_PROGRAM_NAME="XXFINFSSGL" APPLICATION_SHORT_NA
ME="XXFIN"
FNDLOAD apps/ptydapps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct
XXFINFSSGL_B.ldt PROGRAM CONCURRENT_PROGRAM_NAME="XXFINFSSGL_B" APPLICATION_SHOR
T_NAME="XXFIN"
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XXFINF
SSGL.ldt

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XXFINF


SSGL_B.ldt

FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XXFI


NCUAGEGL.ldt PROGRAM CONCURRENT_PROGRAM_NAME="XXFINCUAGEGL" APPLICATION_SHORT_NA
ME="XXFIN"

FNDLOAD apps/apps 0 Y DOWNLOAD $XDO_TOP/patch/115/import/xdotmpl.lct XXFIN


CUAGEGL_XML.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=XXFIN DATA_SOURCE_CODE
=XXFINCUAGEGL
FNDLOAD apps/ptydapps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XX
FINCUAGEGL.ldt
FNDLOAD apps/ptydapps 0 Y UPLOAD $XDO_TOP/patch/115/import/xdotmpl.lct XX
FINCUAGEGL_XML.ldt

You might also like