DBA Data[Home] [Help]

APPS.PO_AUTO_HEADER_PROCESS_PVT dependencies on STANDARD

Line 166: clm_standard_form,

162: created_language,
163: style_id,
164: style_display_name,
165: global_agreement_flag,
166: clm_standard_form,
167: clm_document_format,
168: -- standard who columns
169: last_update_date,
170: last_updated_by,

Line 168: -- standard who columns

164: style_display_name,
165: global_agreement_flag,
166: clm_standard_form,
167: clm_document_format,
168: -- standard who columns
169: last_update_date,
170: last_updated_by,
171: last_update_login,
172: creation_date,

Line 307: x_headers.clm_standard_form,

303: x_headers.created_language,
304: x_headers.style_id,
305: x_headers.style_display_name,
306: x_headers.global_agreement_flag,
307: x_headers.clm_standard_form,
308: x_headers.clm_document_format,
309: -- standard who columns
310: x_headers.last_update_date,
311: x_headers.last_updated_by,

Line 309: -- standard who columns

305: x_headers.style_display_name,
306: x_headers.global_agreement_flag,
307: x_headers.clm_standard_form,
308: x_headers.clm_document_format,
309: -- standard who columns
310: x_headers.last_update_date,
311: x_headers.last_updated_by,
312: x_headers.last_update_login,
313: x_headers.creation_date,

Line 456: PH.clm_standard_form,

452: PH.created_language,
453: PH. style_id,
454: PHI.style_display_name,
455: PH.global_agreement_flag,
456: PH.clm_standard_form,
457: PH.clm_document_format,
458: -- standard who columns
459: PH.last_update_date,
460: PH.last_updated_by,

Line 458: -- standard who columns

454: PHI.style_display_name,
455: PH.global_agreement_flag,
456: PH.clm_standard_form,
457: PH.clm_document_format,
458: -- standard who columns
459: PH.last_update_date,
460: PH.last_updated_by,
461: PH.last_update_login,
462: PH.creation_date,

Line 599: x_headers.clm_standard_form,

595: x_headers.created_language,
596: x_headers.style_id,
597: x_headers.style_display_name,
598: x_headers.global_agreement_flag,
599: x_headers.clm_standard_form,
600: x_headers.clm_document_format,
601: -- standard who columns
602: x_headers.last_update_date,
603: x_headers.last_updated_by,

Line 601: -- standard who columns

597: x_headers.style_display_name,
598: x_headers.global_agreement_flag,
599: x_headers.clm_standard_form,
600: x_headers.clm_document_format,
601: -- standard who columns
602: x_headers.last_update_date,
603: x_headers.last_updated_by,
604: x_headers.last_update_login,
605: x_headers.creation_date,

Line 828: -- Default the pay_on_code for a Standard PO based

824: x_headers.shipping_control );
825:
826: PO_AUTOCREATE_PARAMS. g_vendor_Ship_Via_Lookup_Code := g_vs_ship_via_lookup_code;
827:
828: -- Default the pay_on_code for a Standard PO based
829: -- on the vendor site value.
830: IF (x_headers.pay_on_code = 'RECEIPT_AND_USE') THEN
831: x_headers.pay_on_code := 'RECEIPT';
832: ELSIF (x_headers.pay_on_code = 'USE') THEN

Line 848: IF (PO_AUTOCREATE_PARAMS.g_interface_source_code <> 'SOURCING' AND PO_AUTOCREATE_PARAMS.g_purchasing_ou_id <> PO_AUTOCREATE_PARAMS.g_hdr_requesting_ou_id AND PO_AUTOCREATE_PARAMS.g_document_subtype = 'STANDARD') THEN

844:
845: -- Get the conversion rate between PO Currency and Req Functional Currency for
846: -- Default Rate type of Purchasing Org.
847: -- If called from Sourcing, simply assign interface table rate to g_rate_for_req_fields
848: IF (PO_AUTOCREATE_PARAMS.g_interface_source_code <> 'SOURCING' AND PO_AUTOCREATE_PARAMS.g_purchasing_ou_id <> PO_AUTOCREATE_PARAMS.g_hdr_requesting_ou_id AND PO_AUTOCREATE_PARAMS.g_document_subtype = 'STANDARD') THEN
849: BEGIN
850: l_progress := '070';
851:
852: IF g_debug_stmt THEN

Line 1427: clm_standard_form,

1423: -- new columns in R12
1424: style_id,
1425: created_language,
1426: tax_attribute_update_code,
1427: clm_standard_form,
1428: clm_document_format,
1429: clm_award_type,
1430: conterms_exist_flag,
1431: clm_document_number,

Line 1548: clm_standard_form,

1544: document_creation_method,
1545: style_id,
1546: created_language,
1547: tax_attribute_update_code,
1548: clm_standard_form,
1549: clm_document_format,
1550: clm_award_type,
1551: conterms_exist_flag,
1552: clm_document_number,

Line 1734: clm_standard_form,

1730: -- new columns in R12
1731: style_id,
1732: created_language,
1733: tax_attribute_update_code,
1734: clm_standard_form,
1735: clm_document_format,
1736: clm_award_type,
1737: conterms_exist_flag,
1738: -- CLM specific attributes

Line 1862: x_headers.clm_standard_form,

1858: -- new columns added in R12
1859: x_headers.style_id,
1860: x_headers.created_language,
1861: x_headers.tax_attribute_update_code,
1862: x_headers.clm_standard_form,
1863: x_headers.clm_document_format,
1864: x_headers.clm_award_type,
1865: PO_AUTOCREATE_PARAMS.x_conterms_exist_flag,
1866: -- CLM specific attributes