DBA Data[Home] [Help]

APPS.OE_BLANKET_PUB dependencies on OE_GLOBALS

Line 20: OE_GLOBALS.Set_Context();

16: oe_debug_pub.add('Org_id is '||nvl(p_org_id,-1));
17: end if;
18: MO_GLOBAL.set_policy_context('S',l_org_id); -- remove this and next line
19: oe_debug_pub.add('After Set Policy Context ');
20: OE_GLOBALS.Set_Context();
21: END ;
22:
23:
24: ----------------------------------------------------------

Line 471: IF l_header_rec.operation = OE_Globals.G_OPR_CREATE THEN

467:
468: oe_debug_pub.add('After Set Context');
469:
470:
471: IF l_header_rec.operation = OE_Globals.G_OPR_CREATE THEN
472: -- Pre-default header_id for proper message display
473: SELECT OE_ORDER_HEADERS_S.NEXTVAL
474: INTO l_header_rec.header_id
475: FROM DUAL;

Line 523: IF l_line_tbl(l_count).operation = OE_Globals.G_OPR_CREATE THEN

519:
520: oe_debug_pub.add('In Lines Loop', 1);
521: oe_debug_pub.add(' Operation :'|| l_line_rec.operation,1);
522:
523: IF l_line_tbl(l_count).operation = OE_Globals.G_OPR_CREATE THEN
524: oe_debug_pub.add(' Operation :'|| l_line_tbl(l_count).operation,1);
525: l_line_tbl(l_count).header_id := l_header_rec.header_id;
526:
527: l_line_rec := l_line_tbl(l_count);