DBA Data[Home] [Help]

APPS.M4R_7B1_WSM_IN dependencies on WSMPLBJI

Line 1887: cln_debug_pub.Add('-------- Calling WSMPLBJI.process_interface_rows --------',2);

1883:
1884: UPDATE_STATUS_FLAG(p_hdr_rec.msg_id,p_hdr_rec.hdr_id,'R',NULL,l_header_id);
1885:
1886: IF (g_debug_level <= 2) THEN
1887: cln_debug_pub.Add('-------- Calling WSMPLBJI.process_interface_rows --------',2);
1888: cln_debug_pub.Add('l_group_id : ' || l_group_id, 2);
1889: END IF;
1890:
1891: WSMPLBJI.process_interface_rows (l_retcode,l_errbuf,l_group_id);

Line 1891: WSMPLBJI.process_interface_rows (l_retcode,l_errbuf,l_group_id);

1887: cln_debug_pub.Add('-------- Calling WSMPLBJI.process_interface_rows --------',2);
1888: cln_debug_pub.Add('l_group_id : ' || l_group_id, 2);
1889: END IF;
1890:
1891: WSMPLBJI.process_interface_rows (l_retcode,l_errbuf,l_group_id);
1892:
1893: IF (g_debug_level <= 2) THEN
1894: cln_debug_pub.Add('-------- Out of WSMPLBJI.process_interface_rows --------',2);
1895: cln_debug_pub.Add('l_retcode : ' || l_retcode, 2);

Line 1894: cln_debug_pub.Add('-------- Out of WSMPLBJI.process_interface_rows --------',2);

1890:
1891: WSMPLBJI.process_interface_rows (l_retcode,l_errbuf,l_group_id);
1892:
1893: IF (g_debug_level <= 2) THEN
1894: cln_debug_pub.Add('-------- Out of WSMPLBJI.process_interface_rows --------',2);
1895: cln_debug_pub.Add('l_retcode : ' || l_retcode, 2);
1896: cln_debug_pub.Add('l_errbuf : ' || l_errbuf, 2);
1897: END IF;
1898: END IF;