DBA Data[Home] [Help]

APPS.QA_SS_CORE dependencies on QA_SS_SHIP

Line 458: qri_source_code := 'QA_SS_SHIP';

454:
455: if (txn_num = 100) THEN
456: qri_source_code := 'QA_SS_OSP';
457: elsif (txn_num = 110) THEN
458: qri_source_code := 'QA_SS_SHIP';
459: end if;
460:
461:
462:

Line 1723: qa_ss_ship.default_ship_values(Ctx, Txn_Num, PK1, PK2, PK3,

1719: X_Wip_Rep_Sch_Id, X_Po_Release_Id, X_Po_Line_Id,
1720: X_Line_Location_Id, X_Po_Distribution_Id, X_Wip_Entity_Id,
1721: X_Wip_Line_Id, X_Po_Shipment_Id, X_Organization_Id);
1722: Elsif (Txn_Num = 110) Then -- Shipments Txn
1723: qa_ss_ship.default_ship_values(Ctx, Txn_Num, PK1, PK2, PK3,
1724: PK4, PK5, PK6, PK7, PK8, PK9, PK10, X_Po_Agent_Id,
1725: X_Item_Id, X_Po_Header_Id,
1726: X_Wip_Entity_Type, X_Wip_Rep_Sch_Id,
1727: X_Po_Release_Id, X_Po_Line_Id,

Line 3841: url_str := 'qa_ss_ship.shipping_plans';

3837:
3838: IF (txn_num=100) then
3839: url_str :='qa_ss_osp.osp_plans';
3840: ELSIF (txn_num=110) then
3841: url_str := 'qa_ss_ship.shipping_plans';
3842: END IF;
3843:
3844: htp.p('');
3845: htp.p(''||fnd_message.get_string('QA', 'QA_SS_COLL_PLANS')||'');