DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on FND_GLOBAL

Line 1161: aso_debug_pub.add('do_check_atp: fnd_global.prog_appl_id: '|| fnd_global.prog_appl_id);

1157: end if;
1158:
1159: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1160: aso_debug_pub.add('do_check_atp: ASO_ATP_INT.ATPQUERY: '|| ASO_ATP_INT.ATPQUERY);
1161: aso_debug_pub.add('do_check_atp: fnd_global.prog_appl_id: '|| fnd_global.prog_appl_id);
1162: aso_debug_pub.add('l_db_qte_line_rec.inventory_item_id: '|| l_db_qte_line_rec.inventory_item_id);
1163: aso_debug_pub.add('l_db_qte_line_rec.quantity: '|| l_db_qte_line_rec.quantity);
1164: aso_debug_pub.add('l_db_qte_line_rec.uom_code: '|| l_db_qte_line_rec.uom_code);
1165: aso_debug_pub.add('l_db_qte_line_rec.organization_id: '|| l_db_qte_line_rec.organization_id);

Line 1170: l_atp_rec.calling_module(i) := fnd_global.prog_appl_id;

1166: aso_debug_pub.add('l_db_qte_line_rec.quote_header_id: '|| l_db_qte_line_rec.quote_header_id);
1167: END IF;
1168:
1169: l_atp_rec.action(i) := ASO_ATP_INT.ATPQUERY;
1170: l_atp_rec.calling_module(i) := fnd_global.prog_appl_id;
1171: l_atp_rec.inventory_item_id(i) := l_db_qte_line_rec.inventory_item_id;
1172: l_atp_rec.validation_org(i) := l_db_qte_line_rec.organization_id;
1173: l_atp_rec.identifier(i) := l_db_qte_line_rec.quote_line_id;
1174: l_atp_rec.quantity_ordered(i) := l_db_qte_line_rec.quantity;

Line 2289: -- in the environment, using fnd_global

2285: -- populate the calling module. This is the application_id for
2286: -- Oracle Oracle Capture.
2287:
2288: -- 03/15/2001 - This should be populated from the application id
2289: -- in the environment, using fnd_global
2290:
2291: l_atp_rec.calling_module(curr_index) := fnd_global.prog_appl_id;
2292:
2293: End If;

Line 2291: l_atp_rec.calling_module(curr_index) := fnd_global.prog_appl_id;

2287:
2288: -- 03/15/2001 - This should be populated from the application id
2289: -- in the environment, using fnd_global
2290:
2291: l_atp_rec.calling_module(curr_index) := fnd_global.prog_appl_id;
2292:
2293: End If;
2294: End Loop;
2295: