DBA Data[Home] [Help]

APPS.MSC_WS_OTM_BPEL dependencies on MSC_TRADING_PARTNERS

Line 59: from msc_trading_partners

55:
56: --dbms_output.put_line('v_leadTime' || v_leadTime);
57:
58: select calendar_code into calendarCode
59: from msc_trading_partners
60: where partner_type = 3
61: and sr_instance_id = srInstanceId
62: and sr_tp_id = orgId;
63: