DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ONT_PVT dependencies on JMF_CUSTOM_HOOK

Line 373: l_line_attr_tbl JMF_CUSTOM_HOOK.Line_Attr_Tbl_Type; -- Bug 14150216

369:
370: --Bugfix 9767052: Adding this variable for debugging purposes.
371: lStmtNo NUMBER;
372:
373: l_line_attr_tbl JMF_CUSTOM_HOOK.Line_Attr_Tbl_Type; -- Bug 14150216
374:
375: -- Bug 5216720: Should get Project ID and Task ID from the Replenishment
376: -- PO, not the Subcontracting PO
377:

Line 816: JMF_CUSTOM_HOOK.Default_OE_Hdr_Attr

812: /* START of Bug 14150216 */
813:
814: -- Calling the Custom Hook allowing the user to default
815: -- the DFF attributes at header level.
816: JMF_CUSTOM_HOOK.Default_OE_Hdr_Attr
817: ( p_api_version_number => 1.0
818: , p_init_msg_list => FND_API.G_TRUE
819: , p_x_header_Rec => l_header_rec
820: , x_attribute1 => l_header_rec.attribute1

Line 860: JMF_CUSTOM_HOOK.Default_OE_Line_Attr

856: END IF;
857:
858: -- Calling the Custom Hook allowing the user to default
859: -- the DFF attributes at line level.
860: JMF_CUSTOM_HOOK.Default_OE_Line_Attr
861: ( p_api_version_number => 1.0
862: , p_init_msg_list => FND_API.G_TRUE
863: , p_x_line_tbl => l_line_tbl
864: , x_line_attr_tbl => l_line_attr_tbl