DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_GRP dependencies on STANDARD

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

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

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

480: */
481: ---------------------------------------------------------------------
482:
483: /* REQUISITION_TYPE is passed as "PURCHASE" in the follwoing API.
484: but this is not in valid values such as BLANKET,PLANNED,SCHEDULED and STANDARD
485: */
486:
487: --dbms_output.put_line('First l_header_rec.requisition_header_id '||l_header_rec.requisition_header_id);
488:

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

552: X_security_id => NULL,
553: X_publish_flag => 'Y',
554: X_image_type => NULL,
555: X_storage_type => NULL, -- 1
556: X_usage_type => 'O', -- 'S'(Standard)
557: X_start_date_active => SYSDATE,
558: X_end_date_active => NULL,
559: X_request_id => NULL,
560: X_program_application_id => NULL,