DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_GRP dependencies on STANDARD

Line 103: /*----------- Standard call to check for call compatibility --------- */

99: IF fnd_api.to_boolean(P_Init_Msg_List) THEN
100: FND_MSG_PUB.initialize;
101: END IF;
102:
103: /*----------- Standard call to check for call compatibility --------- */
104: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
105: p_api_version,
106: l_api_name,
107: G_PKG_NAME) THEN

Line 491: but this is not in valid values such as BLANKET,PLANNED,SCHEDULED and STANDARD

487: */
488: ---------------------------------------------------------------------
489:
490: /* REQUISITION_TYPE is passed as "PURCHASE" in the follwoing API.
491: but this is not in valid values such as BLANKET,PLANNED,SCHEDULED and STANDARD
492: */
493:
494: --dbms_output.put_line('First l_header_rec.requisition_header_id '||l_header_rec.requisition_header_id);
495:

Line 563: X_usage_type => 'O', -- 'S'(Standard)

559: X_security_id => NULL,
560: X_publish_flag => 'Y',
561: X_image_type => NULL,
562: X_storage_type => NULL, -- 1
563: X_usage_type => 'O', -- 'S'(Standard)
564: X_start_date_active => SYSDATE,
565: X_end_date_active => NULL,
566: X_request_id => NULL,
567: X_program_application_id => NULL,