DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on RCV_TABLE_FUNCTIONS

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

1872: END IF;
1873:
1874: IF (nvl(p_header_record.header_record.asn_type,'STD') = 'LCM') THEN
1875:
1876: l_lcm_org_flag := rcv_table_functions.is_lcm_org(p_header_record.header_record.ship_to_organization_id);
1877: l_pre_rcv_flag := rcv_table_functions.is_pre_rcv_org(p_header_record.header_record.ship_to_organization_id);
1878:
1879: IF (g_asn_debug = 'Y') THEN
1880: asn_debug.put_line('p_header_record.header_record.ship_to_organization_id ' || p_header_record.header_record.ship_to_organization_id);

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

1873:
1874: IF (nvl(p_header_record.header_record.asn_type,'STD') = 'LCM') THEN
1875:
1876: l_lcm_org_flag := rcv_table_functions.is_lcm_org(p_header_record.header_record.ship_to_organization_id);
1877: l_pre_rcv_flag := rcv_table_functions.is_pre_rcv_org(p_header_record.header_record.ship_to_organization_id);
1878:
1879: IF (g_asn_debug = 'Y') THEN
1880: asn_debug.put_line('p_header_record.header_record.ship_to_organization_id ' || p_header_record.header_record.ship_to_organization_id);
1881: asn_debug.put_line('l_lcm_org_flag => ' || l_lcm_org_flag);