DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on RCV_TABLE_FUNCTIONS

Line 1965: l_lcm_org_flag := rcv_table_functions.is_lcm_org(p_header_record.header_record.ship_to_organization_id);

1961: END IF;
1962:
1963: IF (nvl(p_header_record.header_record.asn_type,'STD') = 'LCM') THEN
1964:
1965: l_lcm_org_flag := rcv_table_functions.is_lcm_org(p_header_record.header_record.ship_to_organization_id);
1966: l_pre_rcv_flag := rcv_table_functions.is_pre_rcv_org(p_header_record.header_record.ship_to_organization_id);
1967:
1968: IF (g_asn_debug = 'Y') THEN
1969: asn_debug.put_line('p_header_record.header_record.ship_to_organization_id ' || p_header_record.header_record.ship_to_organization_id);

Line 1966: l_pre_rcv_flag := rcv_table_functions.is_pre_rcv_org(p_header_record.header_record.ship_to_organization_id);

1962:
1963: IF (nvl(p_header_record.header_record.asn_type,'STD') = 'LCM') THEN
1964:
1965: l_lcm_org_flag := rcv_table_functions.is_lcm_org(p_header_record.header_record.ship_to_organization_id);
1966: l_pre_rcv_flag := rcv_table_functions.is_pre_rcv_org(p_header_record.header_record.ship_to_organization_id);
1967:
1968: IF (g_asn_debug = 'Y') THEN
1969: asn_debug.put_line('p_header_record.header_record.ship_to_organization_id ' || p_header_record.header_record.ship_to_organization_id);
1970: asn_debug.put_line('l_lcm_org_flag => ' || l_lcm_org_flag);