DBA Data[Home] [Help]

APPS.CTO_ATP_INTERFACE_PK dependencies on CTO_ATP_INTERFACE_PK

Line 1: package body CTO_ATP_INTERFACE_PK AS

1: package body CTO_ATP_INTERFACE_PK AS
2: /* $Header: CTOATPIB.pls 115.70 2003/10/10 22:29:08 ksarkar ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CTO_ATP_INTERFACE_PK';
5: /*

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CTO_ATP_INTERFACE_PK';

1: package body CTO_ATP_INTERFACE_PK AS
2: /* $Header: CTOATPIB.pls 115.70 2003/10/10 22:29:08 ksarkar ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CTO_ATP_INTERFACE_PK';
5: /*
6: ** Steps for evaluate_om_shipset
7: ** -----------------------------
8: **

Line 2243: CTO_ATP_INTERFACE_PK.G_OE_VALIDATION_ORG := l_validation_org;

2239:
2240: --- We re storing the l_validation_org value in pkg variable,which will be used
2241: --- in BOM creation module to get the calendar code for validation org.
2242:
2243: CTO_ATP_INTERFACE_PK.G_OE_VALIDATION_ORG := l_validation_org;
2244:
2245: /* BUG#2250621 Multiple Instantiation Code Change */
2246: /*
2247: ** populate link_to_line_id for each of the components

Line 2592: CTO_ATP_INTERFACE_PK.G_OE_VALIDATION_ORG := l_validation_org;

2588: END IF ;
2589:
2590: --- We re storing the l_validation_org value in pkg variable,which will be used
2591: --- in BOM creation module to get the calendar code for validation org.
2592: CTO_ATP_INTERFACE_PK.G_OE_VALIDATION_ORG := l_validation_org;
2593:
2594: /*
2595: ** process shipset
2596: */

Line 4837: where mp.organization_id = CTO_ATP_INTERFACE_PK.G_OE_VALIDATION_ORG

4833: select min(calendar_date), max(calendar_date)
4834: into l_eff_date, l_disable_date
4835: from bom_calendar_dates cal,
4836: mtl_parameters mp
4837: where mp.organization_id = CTO_ATP_INTERFACE_PK.G_OE_VALIDATION_ORG
4838: and mp.calendar_code = cal.calendar_code
4839: and mp.calendar_exception_set_id = cal.exception_set_id;
4840:
4841:

Line 5338: where mp.organization_id = CTO_ATP_INTERFACE_PK.G_OE_VALIDATION_ORG

5334: select max(calendar_date)
5335: into l_disable_date
5336: from bom_calendar_dates cal,
5337: mtl_parameters mp
5338: where mp.organization_id = CTO_ATP_INTERFACE_PK.G_OE_VALIDATION_ORG
5339: and mp.calendar_code = cal.calendar_code
5340: and mp.calendar_exception_set_id = cal.exception_set_id;
5341:
5342: IF PG_DEBUG <> 0 THEN

Line 6866: cto_atp_interface_pk.get_model_sourcing_org(p_item_id,

6862: oe_debug_pub.add('ato_item_exp: ' || 'P_org_id ='||to_char(p_org_id),2);
6863: oe_debug_pub.add('ato_item_exp: ' || 'Getting the sourcing information....',2);
6864: END IF;
6865:
6866: cto_atp_interface_pk.get_model_sourcing_org(p_item_id,
6867: p_org_id,
6868: x_rule_exists,
6869: x_source_org,
6870: v_source_type,

Line 7135: cto_atp_interface_pk.get_model_sourcing_org(p_item_id,

7131: oe_debug_pub.add('is_item_sourced: ' || 'P_item_id = '||to_char(p_item_id), 4);
7132: oe_debug_pub.add('is_item_sourced: ' || 'p_org_id = '||to_char(p_org_id), 4);
7133: END IF;
7134:
7135: cto_atp_interface_pk.get_model_sourcing_org(p_item_id,
7136: p_org_id,
7137: x_rule_exists,
7138: x_source_org,
7139: v_source_type,

Line 7277: END CTO_ATP_INTERFACE_PK;

7273: END initialize_assignment_set ;
7274:
7275:
7276:
7277: END CTO_ATP_INTERFACE_PK;