DBA Data[Home] [Help]

APPS.INV_PO_THIRD_PARTY_STOCK_MDTR dependencies on PO_GA_COMMON_GRP

Line 1061: l_global_flag := PO_GA_COMMON_GRP.is_global(p_header_id);

1057: IS
1058: l_global_flag BOOLEAN;
1059: BEGIN
1060: -- Invoke the PO API to check if it is a global agreement
1061: l_global_flag := PO_GA_COMMON_GRP.is_global(p_header_id);
1062:
1063: RETURN NVL(l_global_flag,FALSE);
1064: END is_global;
1065: